Skip to main content

Distribution Created

PDS.DistributionCreated

Issuer has created a distribution, a distribution mostly represents a pack drop

Parameters:

  • DistId: UInt64 - The ID of the pack distribution
  • title: String - The title of the pack distribution
  • metadata: {String: String} - Metadata associated with the distribution
  • state: UInt8 - The current state
pub event DistributionCreated(DistId: UInt64, title: String, metadata: {String: String}, state: UInt8)